home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- put "Click to install the full version of Hi-Verify 3.0 - PC Only" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- put EMPTY into member "InfoField"
- end
-
- on mouseDown
- if the platform contains "Windows" then
- go("Title1", "Utilities")
- else
- if the platform contains "Macintosh" then
- nothing()
- end if
- end if
- end
-